Skip to content

Normalize internal OSGi and Kotlin extension package names#18713

Merged
trask merged 1 commit into
open-telemetry:mainfrom
trask:upstream-package-name-internal-osgi-extension-kotlin
May 13, 2026
Merged

Normalize internal OSGi and Kotlin extension package names#18713
trask merged 1 commit into
open-telemetry:mainfrom
trask:upstream-package-name-internal-osgi-extension-kotlin

Conversation

@trask

@trask trask commented May 12, 2026

Copy link
Copy Markdown
Member

@trask trask marked this pull request as ready for review May 12, 2026 18:07
@trask trask requested a review from a team as a code owner May 12, 2026 18:07
Copilot AI review requested due to automatic review settings May 12, 2026 18:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR normalizes Javaagent instrumentation package names for the internal Eclipse OSGi and OpenTelemetry Kotlin extension instrumentations so that their declared package aligns with the module/artifact naming and on-disk source layout (part of the broader package/module alignment effort in #18428).

Changes:

  • Renamed the Kotlin extension instrumentation package from ...instrumentation.extensionkotlin.v1_0 to ...instrumentation.opentelemetry.extension.kotlin.v1_0.
  • Renamed the internal Eclipse OSGi instrumentation package from ...instrumentation.internal.osgi to ...instrumentation.internal.eclipse.osgi.v3_6.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
instrumentation/opentelemetry-extension-kotlin-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/opentelemetry/extension/kotlin/v1_0/ContextExtensionInstrumentationModule.java Updates the module class package to the normalized Kotlin extension namespace.
instrumentation/opentelemetry-extension-kotlin-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/opentelemetry/extension/kotlin/v1_0/ContextExtensionInstrumentation.java Updates the type instrumentation class package to match the normalized namespace.
instrumentation/internal/internal-eclipse-osgi-3.6/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/internal/eclipse/osgi/v3_6/EclipseOsgiInstrumentationModule.java Updates the module class package to the normalized internal Eclipse OSGi namespace.
instrumentation/internal/internal-eclipse-osgi-3.6/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/internal/eclipse/osgi/v3_6/EclipseOsgiInstrumentation.java Updates the type instrumentation class package to match the normalized namespace.

@trask trask merged commit 94e0846 into open-telemetry:main May 13, 2026
182 of 184 checks passed
@trask trask deleted the upstream-package-name-internal-osgi-extension-kotlin branch May 13, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants